ComponentOne Data Source for Entity Framework
C1.Data.Design Namespace / DerivedTypeTypeConverter<T> Class / GetProperties Method / GetProperties(Object) Method

In This Topic
    GetProperties(Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Function GetProperties( _
       ByVal value As System.Object _
    ) As System.ComponentModel.PropertyDescriptorCollection
    public System.ComponentModel.PropertyDescriptorCollection GetProperties( 
       System.object value
    )

    Parameters

    value
    See Also